home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch31 / applib.wrl < prev    next >
Text File  |  1996-09-23  |  553b  |  23 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. PROTO DarkOak [
  6.     exposedField SFNode textureTransform NULL
  7. ] {
  8.     Appearance {
  9.         material Material { diffuseColor 1.0 0.45 0.23 }
  10.         texture ImageTexture { url "wood_g.jpg" }
  11.         textureTransform IS textureTransform
  12.     }
  13. }
  14. PROTO LightOak [
  15.     exposedField SFNode textureTransform NULL
  16. ] {
  17.     Appearance {
  18.         material Material { diffuseColor 1.0 0.65 0.53 }
  19.         texture ImageTexture { url "wood_g.jpg" }
  20.         textureTransform IS textureTransform
  21.     }
  22. }
  23.